home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / doublemode.fpl.readme < prev    next >
Text File  |  1995-08-01  |  2KB  |  49 lines

  1. #############################################################################
  2. File:        DoubleMode
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        Two characters assigned to one key.
  6. Version:    1.3
  7. Date:        02.04.95
  8. Local settings:    double_mode (boolean)
  9. Global settings:
  10. Keysequence:    Danish:
  11.         ;/;;  -> æ/;
  12.         :/::  -> Æ/:
  13.         '/''  -> ø/'
  14.         "/""  -> Ø/"
  15.         [/[[  -> å/[
  16.         {/{{  -> Å/{
  17. Type:        function/key
  18. Prereq:        (FMC.FPL)
  19. Copyright:    © 1994-1995, Jesper Skov
  20. #############################################################################
  21.  
  22. FUNCTION
  23.   With this function it is possible to type two (different) letters with one
  24.   key. I know, sounds a bit strange. The point is: I'm Danish and when I'm
  25.   writing Danish texts I need the special Danish characters æøå/ÆØÅ. However,
  26.   I really hate the Danish keymap because... Erm, I just prefer the USA1
  27.   (or is the default Amiga keymap USA0?) keymap, OK? Right... So, the big
  28.   problem is how to assign two different letters to the same key!?! Well, a
  29.   solution is to let a single and a double "key press" have two different
  30.   outputs!!!
  31.   Sounds funky, but is actually pretty neat. Have a try if you don't know
  32.   what the h**l I'm talking about.
  33.   If you want to do a special adaption of the key bindings for your country's
  34.   keymap, please send them to me and I'll release an updated file (you'll
  35.   be credited, of course)
  36.  
  37. HISTORY (REV)
  38.   02.04.95 (3)    Is now a minor mode.
  39.   06.03.95 (2)    Bug from clean up fixed.
  40.   02.03.95 (1)    Code cleaned up.
  41.   29.10.94 (0)    Initial release. Includes key bindings for the Danish keymap.
  42.  
  43. BUGS
  44.   None known.
  45.  
  46. SEE ALSO
  47.   FMC.FPL.readme
  48.   Arthur C. Clarke's "The City and the Stars" (ISBN: 0-553-28853-9)
  49.